home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / comm / EazyBBS / Install_EazyBBS_old < prev    next >
AmigaDOS Script File  |  1994-11-07  |  3KB  |  102 lines

  1. .key dest1
  2. .bra {
  3. .ket }
  4.  
  5. CD PROGDIR:
  6. CD >op:mb_cd_test1
  7. Quit
  8.  
  9. FailAt 21
  10. If EXISTS "{dest1}"
  11.     If "{dest1}" EQ ""
  12.         Set dest2 "`cd`"
  13.     Else
  14.         Set dest2 "{dest1}"
  15.     EndIf
  16. Else
  17.     Set dest2 "`cd`"
  18. EndIf
  19.  
  20. Echo "*N Welcome to *E[1mEazyBBS Mailbox *E[0m!*N"
  21.  
  22. Echo "EazyBBS is very eazy to install.  You just need some assigns,"
  23. Echo "some pathes...  that's it. Okay, it's recommendable to read the"
  24. Echo "manual, cause before running a public Mailbox you should configure"
  25. Echo "EazyBBS properly to fit your needs.*N"
  26.  
  27. Echo "But now the eazy part, the assigns.*N"
  28. Echo "Put them into your s:User-Startup or write a small startup-script."
  29. Echo "It's totally on yours.  Okay, here's what you need:*N"
  30. Echo "        Assign MB:      *"$dest2*""
  31. Echo "        Assign MB_TMP:   MB:TMP"
  32. Echo "        Assign MB_DATA:  MB:Data"
  33. Echo "        Assign MB_USER:  MB:User"
  34. Echo "        Assign MB_BOARD: MB:Board"
  35. Echo "        Assign MB_FILES: MB:Files"
  36.  
  37. MakeDir TMP Board Files User Intern >NIL:
  38. Assign MB:      "$dest2"
  39. Assign MB_TMP:   MB:TMP
  40. Assign MB_DATA:  MB:Data
  41. Assign MB_USER:  MB:User
  42. Assign MB_BOARD: MB:Board
  43. Assign MB_FILES: MB:Files
  44.  
  45. Echo "*NPress [RETURN] for more!" NOLINE
  46. Echo ? >nil:
  47. Echo "*EM*E[K" NOLINE
  48.  
  49. Echo "And even more assigns. Some add-ons ...*N"
  50. Echo "        Assign LIBS: MB:Libs ADD"
  51.  
  52. Assign LIBS: MB:Libs ADD
  53.  
  54. Echo "*NNo big deal, eh?   You need the EazyBBS binaries in your DOS"
  55. Echo "search path.  If you want to call EazyBBS binaries from other"
  56. Echo "programs (Cron, ToolManager etc.) be sure that you add the new"
  57. Echo "path early in your s:User-Startup before any other programs are"
  58. Echo "launched.  That's important, believe me ...*N"
  59. Echo "        Path MB:C ADD"
  60.  
  61. Path MB:C ADD
  62.  
  63. Echo "*NYou'll need a large stack.  Sorry for that, but I love to"
  64. Echo "make use of the stack in my programs.  50000 bytes are enough.*N"
  65. Echo "        Stack 50000"
  66.  
  67. Stack 50000
  68.  
  69. Echo "*NPress [RETURN] for more!" NOLINE
  70. Echo ? >nil:
  71. Echo "*EM*E[K" NOLINE
  72.  
  73. If NOT EXISTS libs:xprzmodem.library
  74.     Echo "Oh shit, there's no xprzmodem.library in your libs: directory."
  75.     Echo "EazyBBS needs xprzmodem.library 2.0+ (e.g. from Fred Fish #236)"
  76.     Echo "Get it... or you will run into problems!
  77.     Quit
  78. EndIf
  79.  
  80. Echo "*N*NWe're finished with the installation."
  81. Echo "*N Thank you.*N"
  82.  
  83. Quit
  84.  
  85. ; comment
  86.  
  87. echo "*e[33mEazyBBS*e[0m needs some public domain programs in"
  88. echo "your c: directory to give you best results:"
  89. echo " - Arc 0.23"
  90. echo " - TArc                   (Turbo-Arc)"
  91. echo " - Zoo"
  92. echo " - LZ/LhArc"
  93. echo " - UnZip 3.0              (special version)"
  94. echo " - DMS/TestDMS/ViewDMS"
  95. echo " - GIFhdr"
  96. echo " - IFFhdr"
  97. echo " - WarpCheck"
  98. echo " - ZoomCheck"
  99. echo " - Crc                    (from SKsh)"
  100. echo " - Run                    (Commodore's Original Version)"
  101.  
  102.